Skip to content

lib: rename basic_decode as decode_without_cm #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

jlrivasp
Copy link
Contributor

This patch is updating the current public API of the Crash Log library.

Previously there was a function in the API for decoding called decode which was using the collateral manager and there was another function called basic_decode which was not using the collateral manager.

For clarify the concepts, this patch is renaming the basic_decode for decode_without_cm, the intention is to be more precise on the usage of that function as the term "basic" is not very clear and the usage of that function is to call the decoding library in the scenario where there is no Collateral Manager available.

@jlrivasp jlrivasp requested a review from psurply April 23, 2025 10:30
This patch is updating the current public API of the Crash Log library.

Previously there was a function in the API for decoding called `decode`
which was using the collateral manager and there was another function
called `basic_decode` which was not using the collateral manager.

For clarify the concepts, this patch is renaming the `basic_decode` for
`decode_without_cm`, the intention is to be more precise on the usage of
that function as the term "basic" is not very clear and the usage of
that function is to call the decoding library in the scenario where
there is no Collateral Manager available.

Signed-off-by: Rivas Paz, Jose L <jose.l.rivas.paz@intel.com>
@jlrivasp jlrivasp force-pushed the dev/decode_without_cm branch from a1d9329 to cac590a Compare April 23, 2025 12:29
Copy link
Contributor

@psurply psurply left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

@psurply psurply merged commit c374cc4 into intel:main Apr 24, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants